home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / tcpip.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.2 KB  |  91 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : TCP/IP
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : E_Systems, Inc., ECI Division
  7. --                   : St. Petersburg, Florida
  8. --                   : Contact: Lt. Colonel Falgiano
  9. --                   : ESD/SCW
  10. --                   : Hanscom AFB, MA  01731
  11. -- COPYRIGHT         : (c) 1985 E_Systems, Inc.
  12. -- DATE CREATED      : 
  13. -- DATE RELEASED     : 22 June 1985
  14. -- DATE LAST UPDATED : 
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : Communications
  19. -- CATEGORY LEVEL 2  : Protocol
  20. -- CATEGORY LEVEL 3  : TCP/IP
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : 
  23. -- INDEX             : TCP/IP
  24. -- INDEX             : Transmission Control Protocol
  25. -- INDEX             : Internet Protocol
  26. -- INDEX             : Protocol, Transmission Control
  27. -- INDEX             : Protocol, Internet
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_03_1
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.DDN>TCP*.*
  33. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  34. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  35. -- DIRECTORY DISPLAY :
  36. -- Directory   PD:<ADA.DDN>
  37. --      File Name     Byte Count  Line Count
  38. --   ---------------  ----------  ----------
  39. --   TCPBATCMP.SUB           561          11
  40. --   TCPBATTST.CO            551          11
  41. --   TCPCOMP.SUB            1265          58
  42. --   TCPIP.CMM              1248          35
  43. --   TCPIP.DEMO             1315          37
  44. --   TCPIP.PRO              3831          83
  45. --   TCPSTAND.SRC          17698         473
  46. --   TCPSTBAT.CO             181           4
  47. --   TCPSTCOMP.CO            110           6
  48. --   TCPSUB.SRC           364325        9997
  49. --   TCPTEST.CO              407          11
  50. --   TCPTEST.SRC           29627         936
  51. --   TCPWICAT.DAT            360          28
  52. --   TCPWICAT.SRC         383241        9641
  53. --   WICATMISC.SRC        102526        3989
  54. --   USERSMAN.DIS            103           5
  55. --   USERSMAN.DOC         105163        2553
  56. --   ===============  ==========  ==========
  57. --    17 Files           1012512       27878
  58. --= ABSTRACT             ===============================================--
  59. --         The proposed tools  provide  communication  with  the  Utility
  60. -- layer(TCP)   corresponding   to  RFC793  and  with  Internet(IP).   An
  61. -- operating system interface to VAX  VMS  will  be  provided.   Internet
  62. -- Control Message Protocol (ICMP) will be provided as part of IP.  These
  63. -- protocols allow multiuser access and message priority.  A Test  System
  64. -- will  be  provided  to  demonstrate  these  protocols,  generate  test
  65. -- scenarios, and display intermediate data.
  66. --= REVISION HISTORY     ===============================================--
  67. --
  68. -- DATE         VERSION AUTHOR                  HISTORY 
  69. -- 06/22            1.0                       Initial Release
  70. --= RELEASE NOTICE       ===============================================--
  71. -- This prologue must be included in all copies of this software.
  72. -- 
  73. -- This software is copyright by the author.
  74. -- 
  75. -- This software is released to the Ada community.
  76. -- This software is released to the Public Domain (note:
  77. --   software released to the Public Domain is not subject
  78. --   to copyright protection).
  79. -- Restrictions on use or distribution:  NONE
  80. --= DISCLAIMER           ===============================================--
  81. --     This software and its documentation are provided "AS IS" and
  82. -- without any expressed or implied warranties whatsoever.  No warranties
  83. -- as to performance, merchantability, or fitness for a particular
  84. -- purpose exist.
  85. --     The user is advised to test the software thoroughly before
  86. -- relying on it.  The user must assume the entire risk and liability of
  87. -- using this software.  In no event shall any person or organization of
  88. -- people be held responsible for any direct, indirect, consequential or
  89. -- inconsequential damages or lost profits.
  90. --======================================================================--
  91.